home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / comm / mail / yamlist.lha / listserv.readme < prev    next >
Text File  |  1997-02-21  |  4KB  |  97 lines

  1. The scripts in this archive comprise a simple to use mailing listserv that uses
  2. Marcel Beck's YAM mail software to send/receive. To use simply create an assign
  3. for ListServ:(I suggest YAM:rexx) place all the files in this archive there,
  4. edit the welcome,bye and help files to reflect the topic of YOUR list.
  5. Run YAM, once you receive msgs with YAM run listserv.rexx and it will
  6. automatically add folks to the list, remove them, send them a
  7. help file, send them a list of users or post messages to the subscribers.
  8. Of course you could use each script seperately as well.
  9.  
  10. New Author's Addendum:
  11.  
  12.     In the previous release of listserv package all the scripts were
  13. seperate; I found this a bit annoying and also had problems with it running as
  14. is; therefore I combined them into 1 large script which means faster execution
  15. of script. I fixed all of the bugs the original author had and added a few new
  16. routines to make the script more solid. 
  17.     Features you will find enjoyable are no bounce and no infinite mail
  18. loop. What that means is that user will not be sent his message back to him,
  19. after all the user should know what they have written (no bounce) and in the
  20. event there is message from you (the admin) in your incoming folder it won't
  21. get processed since when you receive the message it'll just get processed again
  22. and again (the infinite loop), therefore no processing of messages from the 
  23. admin (no loop). However, to that end, I have created the script mail2users.rexx
  24. which allows you to write a letter(s) to all of your subscribed users.
  25.  
  26. USAGE FOR [MAIL2USERS.REXX]:
  27.  
  28.     Write a message to anyone, that person won't get sent a message as this
  29. is for dummy purposes only, and send it to queue versus sending now. Then run
  30. mail2users.rexx which will look in the outgoing folder and copy said messages
  31. to all of the subscribed users.
  32.  
  33.     I'll make the routine more efficient in the future as time goes on.
  34. Or rather more feature laden.
  35.  
  36. My additional suggestions for setting up the listserv:
  37.  
  38.     In addition to running this listserv you may decide to run a fileserver
  39. as well, what I suggest you do for that is to get YAMSERV from aminet and
  40. install it per it's instructions. It is well thought out and works well with
  41. this script package.
  42.     Now edit your .config file and add the following lines to the
  43. bottom of it.
  44.     
  45.     RexxMenu0 = listserv.rexx
  46.     RexxMenu1 = mail2users.rexx
  47.  
  48. if there is already a REXXMENU entry you will have to increment the 0 and 1 
  49. accordingly.
  50.     After doing the above, reload the config file or just restart yam
  51. (your choice). You will then notice that you can active the scripts from the
  52. last menu on the menu bar.
  53.  
  54. Back to original author's notes:
  55.  
  56. Read the help and welcome textfiles to see how to use the list(EASY as PIE!)
  57. hope you enjoy it folks
  58.  
  59.  
  60. Original author:
  61.    Pete
  62.    midgard@nycmetro.com
  63.    http://nycmetro.com/midgard
  64.  
  65. NOTE NOTE NOTE NOTE NOTE
  66.  
  67. The original author is no longer an Amiga User and has passed the torch
  68. on to me.
  69.  
  70. New author:
  71.    Roger                      --- My Name
  72.    Dude3k              --- My IRC nick on galaxynet.org
  73.    rlamb@lcc.net              --- My email address
  74.    http://www.lcc.net/~rlamb  --- My web page that I have done nothing with
  75.  
  76. MORE NOTES MORE NOTES MORE NOTES MORE NOTES
  77.  
  78. I am also part of a new group called BYTES IN PROGRESS; Our main purpose is to
  79. help distribute new shareware created by our members and to produce new demos
  80. and intros.
  81.  
  82. MORE INFO ON ME
  83.  
  84. I am the creator of these fine maxs bbs doors:
  85.  
  86.     LAND OF VEX
  87.     HAIKU
  88.     ANSI INVADERS
  89.     
  90. and the creator of this fine AmIRC script:
  91.  
  92.     Remote Cli Server      --- on it's way to becoming and EGGDROP clone.
  93.  
  94. and now the torch carrier of:
  95.  
  96.         Listserv for the amiga and yam.
  97.